home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 16 / Mac Magazin and MacEasy Magazine CD - Issue 16.iso / Highlights / Apple Easter Eggs 1.3.5 / Apple Easter Eggs 1.3.5.rsrc / TEXT_145.txt < prev    next >
Text File  |  1995-10-19  |  2KB  |  24 lines

  1. Apple's MPW Compiler Messages:
  2. Alright, so you don't know what MPW stands for, well, I have no clue either.  But hey, I found these lovely error messages and decided they were pretty funny so I put them in my list.  Easter eggs or not they are fun to read and still express the humorous side of our Apple developers.
  3.  
  4. "String literal too long (I let you have 512 characters, that's 3 more than ANSI said I should)" 
  5. "...And the lord said, `lo, there shall only be case or default labels inside a switch statement'" 
  6. "a typedef name was a complete surprise to me at this point in your program" 
  7. "`Volatile' and `Register' are not miscible" 
  8. "This struct already has a perfectly good definition" 
  9. "Only one parameter per register please " 
  10. "type in (cast) must be scalar; ANSI 3.3.4; page 39, lines 10-11 (I know you don't care, I'm just trying to annoy you)" 
  11. "This array has no size, and that's bad" 
  12. "Huh ?" 
  13. "can't go mucking with a `void *'" 
  14. "we already did this function" 
  15. "The target of this goto is a label in a block that has an automatic variable with an initializer" 
  16. "This label is the target of a goto from outside of the block containing this label AND this block has an automatic variable with an initializer AND your window wasn't wide enough to read this whole error message" 
  17. "Call me paranoid but finding `/*' inside this comment makes me suspicious" 
  18. "This function has an explicit return type and deserves a return value" 
  19. "You are comparing two structures that have holes in them" 
  20. "Too many errors on one line (make fewer)" 
  21. "Symbol table full - fatal heap error; please go buy a RAM upgrade from your local Apple dealer" 
  22. "Trailing comma not permitted in enum definition. (This time I'm letting you off with a warning)" 
  23.  
  24. By Bruce Hoult posted by Robert Lentz (lentz@rossi.astro.nwu.edu) on his home page.